PASO 1 : Note que le dimos múltiples funciones. Los llamaremos mientras creamos nuestro programa. ¡Empecemos!
- En LÓGICA y , arrastre Define Function with Docstring encima de MAIN FUNCTION .
- Luego, arrastre Main Function debajo de donde dice: MAIN FUNCTION .
- Finalmente, arrastre Function Call into Variable en main() y cambie my_var a user_input .
- Esta función protegerá el programa si el usuario provoca un error. Hacer clic Ejecutar cuando haya terminado.
To navigate the page using the TAB key, first press ESC to exit the code editor.